SelectVertexFilter

導入

v1.0

カテゴリ

選択

詳細

「point」選択フィルタを選択しますが、選択ツールは起動しません。

スクリプト構文

SelectVertexFilter();

VBScript の例

' MyFirstObject is selected
' MySecondObject is active with some points selected
' MyThirdObject is active with some polygons selected
SelectVertexFilter
' selection filter is now "point"
' All three objects are active, which deselects MyFirstObject and the polygons of MyThirdObject.
' Any poitns that were selected that last time the "point" filter was active are still selected.

関連項目

ActivateVertexSelTool SelectFilter